removeTagFromComponent

Delete a tag from a component

Format

udclient [global-args...] [global-flags...]
  removeTagFromComponent [parameters]

Parameters

Table 1. Parameters
Parameter Type Required Description
component string true Name or ID of the component
tag string true Name of the tag

Example

udclient -username jsmith -password passwd 
  -weburl https://myserver.example.com:8443
  removeTagFromComponent
  -component JPetStore-APP
  -tag Tag1

Related REST command: Delete a tag from a component.